home *** CD-ROM | disk | FTP | other *** search
- /*****************************************************************************
-
- Macromedia FileIO XObject
- Resource File for XMethTable
-
- (c) Copyright 1993 Macromedia
- All Rights Reserved
-
- *****************************************************************************/
- #include <windows.h>
-
- XMethTable RCDATA
- BEGIN
- "-- FileIO External Factory. 9feb93 JT¥0",
- "FileIO¥0",
- "ISS mNew, mode, fileNameOrType --Creates a new instance of the XObject¥0",
- "X mDispose --Disposes of XObject instance.¥0",
- "II mWriteChar, charNum --Writes a single character. Returns error code¥0",
- "IS mWriteString, string --Writes out a string of chars. Returns error code¥0",
- "I mReadChar --Returns a single character¥0",
- "S mReadWord --Returns the next word of an input file¥0",
- "S mReadLine --Returns the next line of an input file¥0",
- "S mReadFile --Returns the remainder of the file¥0",
- "SSS mReadToken, breakString, skipString¥0",
- "I mGetPosition --Returns the file position¥0",
- "II mSetPosition, newPos --Sets the file position. Returns error code¥0",
- "I mGetLength --Returns the number of chars in the file¥0"
- "ISS mSetFinderInfo, typeString, creatorString¥0",
- "S mGetFinderInfo --Gets the finder info¥0",
- "S mFileName --Returns the name of the file¥0",
- "I mDelete --Delete the file and dispose of me¥0",
- "I mStatus --Returns result code of the last file io activity¥0",
- "SI +mError, errorCode --Returns error message string¥0",
- "V mReadPICT --Return handle to Metafile¥0",
- "S mNativeFileName --Returns the native (dos) name of the file¥0",
- "II +mSetOverrideDrive, driveLetter --Set override drive letter ('A' - 'Z') to use when loading linked castmembers. Use 0x00 to clear override.¥0",
- "¥0¥0"
- END
-